home *** CD-ROM | disk | FTP | other *** search
/ ftp.mactech.com 2010 / ftp.mactech.com.tar / ftp.mactech.com / machack / Hacks96 / WhenInRome.sit / When In Rome / Read Me < prev    next >
Text File  |  1996-06-22  |  670b  |  17 lines

  1. When In Rome
  2. Mac Hack XI - MCMXCVI
  3. © 1996 Barry Semo.  All Rights Reserved
  4. barrys@netcom.com
  5.  
  6. This INIT converts decimal numbers into Roman numerals, parsing a string for
  7. embedded numbers.  It patches DrawString and StringWidth.  Not all numbers are
  8. converted because not all text drawing goes through these traps.  Large numbers
  9. will have a lot of M's and look a bit weird but Roman numerals were never designed
  10. for very large numbers.  
  11.  
  12. The INIT uses the LString class from PowerPlant which makes string handling
  13. very simple.  This source file cannot be redistributed - go buy CodeWarrior:)
  14.  
  15. Thanks to Chris Russ for the idea.  This hack was written during MacHack.
  16.  
  17.